home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- color.exe
- echo.
- echo.
- echo.
- echo.
- echo ****************************************************
- echo ** GOOD DAY AND WELCOME TO **
- echo ** **
- echo ** TAYLORED SOFTWARE'S **
- echo ** VISUAL BASIC CODE WIZARD Install Program **
- echo ** **
- echo ** PRESS ANY KEY TO START INSTALLATION **
- echo ** **
- echo ** PRESS CTRL-BREAK TO CANCEL INSTALLATION **
- echo ** **
- echo ** **
- echo ****************************************************
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo Press Any Key To Continue......
- pause > NULL
- cls
- color.exe
- echo.
- echo.
- echo *********************************************************
- echo ** **
- echo ** **
- echo ** I am now copying your VISUAL BASIC CODE WIZARD **
- echo ** C:\Windows\System Program initialization Files **
- echo ** to your computer's C:\hard drive. **
- echo ** **
- echo *********************************************************
- echo.
- copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.vbx C:\windows\system
- if errorLevel 0 del *.vbx
- copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.dll C:\windows\system
- if errorLevel 0 del *.dll
- copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.pif c:\windows
- copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.pif c:\windows\system
- if errorLevel 0 del *.pif
- echo.
- echo.
- echo.
- echo Press Any Key To Continue......
- pause > NULL
- cls
- color.exe
- echo.
- echo.
- echo ************************************************************
- echo ** **
- echo ** I an now loading your Windows Program Manager **
- echo ** and all of the necessary VISUAL BASIC CODE **
- echo ** WIZARD Initialization program files so that I can **
- echo ** enable your VB CODE WIZARD Program to become **
- echo ** initialized in order that I may then begin the **
- echo ** Proper Program installation of your unregistered **
- echo ** shareware version 1.10.05.21 of the program to **
- echo ** any hard drive that your computer will support **
- echo ** **
- echo ** Please wait a moment while these events occur **
- echo ** and consider purchasing the registered version. **
- echo ************************************************************
- echo.
- del null
- Installa.exe
- exit
-
-
-